Send&ReceiveScripts1  v1.0

Thank you for purchasing the Send&ReceiveScripts1 script package
from Symantec ASPECT Assist!  ASPECT Assist is pleased to
provide you with these useful examples of send and receive file
transfer scripts that you can easily customize and begin using
immediately to automate your communications tasks.

This disk contains examples of five common send and receive file
transfer tasks, for use under Procomm Plus versions 4.x.
Please review the script summaries below, then compile the
source code (WAS) for your script selection using the Procomm
Plus ASPECT compiler.  This disk contains the source code
for each example script as well as a text file (TXT), which
provides details on customizing the script and compiling and
running the script.

Please note that Symantec Technical Support and ASPECT Assist
do not provide troubleshooting support on these scripts.  If you
would like one of our consultants to customize a script for you,
please contact ASPECT Assist for pricing information at
1-800-234-7774.

These scripts are Copyright (C) 1999 Symantec and may not be
re-distributed.

Kermit_Upload.WAS
~~~~~~~~~~~~~~~~~
Kermit_Upload establishes a direct connection through 
a serial port to a Host system, and then uploads a
file using Kermit protocol.  The directory where the
file is uploaded from is defined within the script.

FileXfer_Host.WAS and FileXfer_Client.WAS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FileXfer_Host and FileXfer_Client interact with each other to 
transfer files between a host machine and a client machine.  
The client will call the Host, and once a connection has been
established the scripts interact with each other automatically.
No user intervention is necessary.  Each script creates a log
of all transactions.

DnLoad_And_Print.WAS
~~~~~~~~~~~~~~~~~~~~
DnLoad_And_Print allows you to download a single file from a host
system and then print it.  The script assumes that a data
connection with the host is already established. The script
provides user messages if file transfer or printing is
unsuccessful, and sets print margins via ASPECT.  The script uses
the default download path as defined in setup. The default
download path is PROGRAM FILES\PROCOMM PLUS\DOWNLOAD (assuming
the default path was used in installation). If you selected a
different download path the script will use it instead.

PWHostsXfer.WAS
~~~~~~~~~~~~~~~
PWHostsXfer.WAS calls multiple locations and 
transfers/receives files. This script assumes that 
all the Hosts are running Procomm Plus Hosts and 
accept Remote ASPECT commands.  The script also prints
the Connection log.

FileXmit_Send.WAS and FileXmit_Receive.WAS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FileXmit_Send uploads a series of files to a remote computer.

FileXmit_Receive downloads a series of files from a remote
computer.

Both scripts are designed to work with prompts issued by a 
specific host.  The file transfer protocol used for both scripts
is XMODEM. 